home *** CD-ROM | disk | FTP | other *** search
- !Include("../UIDef/UI.def")
- //------ UI stuff -----------------------------
- Interface("UI_RACE_SELECTION_MAP")
- {
- Command(1)
- Notify(1)
- CanFocus(0)
- TextureFocusAlpha(1.0)
- TextFocusAlpha(1.0)
- SelKeyUp(0)
- SelKeyDown(0)
-
- //--- WindowTitlePattern pattern for UI_RACE_SELECTION_MAP :
- !Include("../uidef/WindowTitle_T_L_Corner.def")
-
-
- //--- SmallLogoPattern pattern for UI_RACE_SELECTION_MAP :
- !Include("../uidef/SmallLogo_T_L_Corner.def")
-
-
- //--- MapLocationPattern pattern for UI_RACE_SELECTION_MAP :
- !Include("..\\uidef\\MapLocation.def")
-
-
- //--- LoadingProgress pattern for UI_RACE_SELECTION_MAP :
- !Include("..\\uidef\\LoadingProgress.def")
-
- Text("")
- TextAlpha(1.0)
- TextColor(1.0,1.0,1.0)
- Font("MSSansSerif8")
- TextPosFlags(34)
- Mouse(1)
- Keyboard(1)
- Joy(0)
- Visible(1)
- ParentPositioning(0)
- PreviousElemPositioning(0)
- ParentCenteringX(0)
- ParentCenteringY(0)
- ParentSizingX(0)
- ParentSizingY(0)
- TextureAlpha(1.0)
- LogicSize(1.0,1.0)
- LogicPos(0.0,0.0)
-
- Static("UIStatic","ID_MAP","Specific")
- {
- Text("")
- TextAlpha(1.0)
- TextColor(1.0,1.0,1.0)
- Font("MenuSmall")
- FontScale(0.5)
- TextPosFlags(34)
- Mouse(1)
- Keyboard(0)
- Joy(0)
- Visible(1)
- ParentPositioning(0)
- PreviousElemPositioning(0)
- ParentCenteringX(0)
- ParentCenteringY(0)
- ParentSizingX(0)
- ParentSizingY(0)
- TextureID("Map")
- TextureAlpha(0.5)
- LogicSize(0.80875,0.66833335)
- LogicPos(0.0075,0.093333334)
- }// [UIStatic] ID_MAP
-
-
- EditTexture("er_t_red.png")
- EditBorderWidth(2.0)
- EditBorderSens(3.0)
- EditCursor("c_arrow.png")
- EditCursorSize("c_resize.png")
- EditCursorMove("c_move.png")
- Cursor("cursor.png")
- }
-